home *** CD-ROM | disk | FTP | other *** search
/ Programming in Microsoft Windows with C# / Programacion en Microsoft Windows con C#.iso / Original Code / Tree View and List View / ExplorerLike / ExplorerLike.csproj < prev    next >
Encoding:
Text File  |  2001-01-15  |  4.4 KB  |  121 lines

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.0.9254"
  5.         SchemaVersion = "1.0"
  6.         ProjectGuid = "{83954887-AA97-451D-A64D-CB50D5AF185C}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "ExplorerLike"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 NoStandardLibraries = "false"
  19.                 OutputType = "Exe"
  20.                 RootNamespace = ""
  21.                 StartupObject = ""
  22.             >
  23.                 <Config
  24.                     Name = "Debug"
  25.                     AllowUnsafeBlocks = "false"
  26.                     BaseAddress = "285212672"
  27.                     CheckForOverflowUnderflow = "false"
  28.                     ConfigurationOverrideFile = ""
  29.                     DefineConstants = "DEBUG;TRACE"
  30.                     DocumentationFile = ""
  31.                     DebugSymbols = "true"
  32.                     FileAlignment = "4096"
  33.                     IncrementalBuild = "true"
  34.                     Optimize = "false"
  35.                     OutputPath = "bin\Debug\"
  36.                     RegisterForComInterop = "false"
  37.                     RemoveIntegerChecks = "false"
  38.                     TreatWarningsAsErrors = "false"
  39.                     WarningLevel = "4"
  40.                 />
  41.                 <Config
  42.                     Name = "Release"
  43.                     AllowUnsafeBlocks = "false"
  44.                     BaseAddress = "285212672"
  45.                     CheckForOverflowUnderflow = "false"
  46.                     ConfigurationOverrideFile = ""
  47.                     DefineConstants = "TRACE"
  48.                     DocumentationFile = ""
  49.                     DebugSymbols = "false"
  50.                     FileAlignment = "4096"
  51.                     IncrementalBuild = "true"
  52.                     Optimize = "true"
  53.                     OutputPath = "bin\Release\"
  54.                     RegisterForComInterop = "false"
  55.                     RemoveIntegerChecks = "false"
  56.                     TreatWarningsAsErrors = "false"
  57.                     WarningLevel = "4"
  58.                 />
  59.             </Settings>
  60.             <References>
  61.                 <Reference
  62.                     Name = "System"
  63.                     AssemblyName = "System"
  64.                 />
  65.                 <Reference
  66.                     Name = "System.Drawing"
  67.                     AssemblyName = "System.Drawing"
  68.                 />
  69.                 <Reference
  70.                     Name = "System.Windows.Forms"
  71.                     AssemblyName = "System.Windows.Forms"
  72.                 />
  73.             </References>
  74.         </Build>
  75.         <Files>
  76.             <Include>
  77.                 <File
  78.                     RelPath = "35FLOPPY.BMP"
  79.                     Link = "..\DirectoriesAndFiles\35FLOPPY.BMP"
  80.                     BuildAction = "EmbeddedResource"
  81.                 />
  82.                 <File
  83.                     RelPath = "CLSDFOLD.BMP"
  84.                     Link = "..\DirectoriesAndFiles\CLSDFOLD.BMP"
  85.                     BuildAction = "EmbeddedResource"
  86.                 />
  87.                 <File
  88.                     RelPath = "DirectoryTreeView.cs"
  89.                     Link = "..\DirectoriesAndFiles\DirectoryTreeView.cs"
  90.                     SubType = "Component"
  91.                     BuildAction = "Compile"
  92.                 />
  93.                 <File
  94.                     RelPath = "DOC.BMP"
  95.                     BuildAction = "EmbeddedResource"
  96.                 />
  97.                 <File
  98.                     RelPath = "EXE.BMP"
  99.                     BuildAction = "EmbeddedResource"
  100.                 />
  101.                 <File
  102.                     RelPath = "ExplorerLike.cs"
  103.                     SubType = "Component"
  104.                     BuildAction = "Compile"
  105.                 />
  106.                 <File
  107.                     RelPath = "FileListView.cs"
  108.                     SubType = "Component"
  109.                     BuildAction = "Compile"
  110.                 />
  111.                 <File
  112.                     RelPath = "OPENFOLD.BMP"
  113.                     Link = "..\DirectoriesAndFiles\OPENFOLD.BMP"
  114.                     BuildAction = "EmbeddedResource"
  115.                 />
  116.             </Include>
  117.         </Files>
  118.     </CSHARP>
  119. </VisualStudioProject>
  120.  
  121.